Skip to main content

Css Variables

you can use this cool manual js sleep function:

and before the fetch, you can call it like:

await sleep(5000)

/global.css

:root{
--orange-color: #c2410c;
}

and

<h3 className="text-[var(--orange-color)]">